powershell-fix:在 DSH 中检查和修复 Windows PowerShell 命令
powershell-fix 是 DeepSeek Harness(DSH)的宿主层插件,旨在解决智能体在 Windows PowerShell 环境中执行命令时,因 bash 习惯、粘贴污染(如 CRLF、提示符)及续行符错误导致的失败问题。该插件提供 `powershell_fix` 工具,先对命令进行本地检查与修复,再经宿主 Shell 通路执行,全程遵循 DSH 原有的沙箱、审批及超时策略,不新增权限。 核心功能包括:规范化字符并去除提示符;将 bash 续行符转换为 PowerShell 反引号;对无法安全重写的命令发出警告而非盲目修改;内置执行门禁,拦截递归删除、磁盘格式化等危险命
Read Moredsh-plugin-git-bash: Enabling DSH to Use Git Bash by Default on Windows
`dsh-plugin-git-bash` is a plugin for DSH designed to replace PowerShell with Git for Windows Bash as the default shell in Windows environments, while fully preserving DSH's original permission semantics of `read-only`, `workspace-write`, and `danger-full-access`. This plugin is installed as a bundle layer into the DSH profile without modifying the main DSH installation directory, and supports the `standard`, `code`, `cordis`, and `minimal` presets as well as the Web Agent for uniformly executing commands via Git Bash.
Read More